-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEATURE: Use custom transformer for flow exceptions #242
FEATURE: Use custom transformer for flow exceptions #242
Conversation
It is not done yet but hopefully the idea is not so wrong. |
0e66ff8
to
84b3c95
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still have to verify the change locally but thx already!
The German translation still needs some adjustments.
6acb336
to
4023457
Compare
Thanks for the feedback, updated the labels! |
In the end with the PR #241 that should not happen anymore. |
1d82b4c
to
47c2d35
Compare
47c2d35
to
a3bf910
Compare
The t3n GraphQL package includes a transformer that bypasses Flow Framework exceptions in GraphQL error handling. The error currently lacks the exception code as part of the information. By including this code (often a timestamp), we can render custom error messages in the backend and support localization.
bab4ec5
to
6646240
Compare
Thx! I squashed the commits a bit and removed the bundled files. Also I fixed the duplicate error message |
The t3n GraphQL package includes a transformer that bypasses Flow Framework exceptions in GraphQL error handling. The error currently lacks the exception code as part of the information. By including this code (often a timestamp), we can render custom error messages in the backend and support localization.
Relates: #240